This query returns a boolean indicating whether Display ¶ is off (false) or on (true)Story editor only. The PGetDisplaySpecial query works only in story editor and gets the status of only the active story.
Example. Show special characters, using the PDisplaySpecial command class.
PEditStory(); // open story editor
PGetDisplaySpecial displaySpecialChars;
if (displaySpecialChars == false) PDisplaySpecial(true)
Comments or suggestions? Contact Adobe Developer Support